Edit Resource: Cost
Format
SCHED / EditResource '<ResourceName>' Cost <Cost> <CostRate> <SetupApplies> <BreakdownApplies>
Description
The Cost attribute under EditResource allows you to set the cost options for the given resource
Parameters
| Parameter | Description |
|---|---|
| Cost | Must be a non-negative number represented by a double. |
| CostRate | Options are PerAssignment and PerSecond. |
| SetupApplies | Options are True and False. |
| BreakdownApplies | Options are True and False. |
Examples
The resource FUSE costs 12 USD per second including during setup and breakdown of the resource.
SCHED / EditResource 'FUSE' Cost 12.00 PerSecond True True